home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wil4c10.zip / MESSAGE.H < prev    next >
Text File  |  1997-07-26  |  2KB  |  43 lines

  1. #define MSG_ABOUT              100
  2. #define MSG_DEBUG              120
  3. #define MSG_EXIT               140
  4. #define MSG_ATTACH             150
  5. #define MSG_GET_HOST           160
  6. #define MSG_GET_PROTO          180
  7. #define MSG_GET_SERVE          190
  8. #define MSG_FINGER             200
  9. #define MSG_BREAK              220
  10. #define MSG_ECHO               230
  11. #define MSG_INFO               300
  12. #define MSG_PAINT              320
  13. #define MSG_STATUS             340
  14. #define MSG_MAIL_CHK           360
  15. #define MSG_MAIL_GET           361
  16. #define MSG_MAIL_PUT           362
  17. #define MSG_MAIL_DEL           363
  18. #define MSG_PASS               410
  19. #define MSG_WHOIS              420
  20. #define MSG_FTP_CONNECT        500
  21. #define MSG_FTP_CWD            501
  22. #define MSG_FTP_BINARY         502
  23. #define MSG_FTP_ASCII          503
  24. #define MSG_FTP_LIST           504
  25. #define MSG_FTP_GET            505
  26. #define MSG_FTP_PUT            506
  27. #define MSG_FTP_QUIT           507
  28. #define MSG_WWW_HEAD           600
  29. #define MSG_NEWS_CONNECT       700
  30. #define MSG_NEWS_LIST          701
  31. #define MSG_NEWS_GROUP         702
  32. #define MSG_NEWS_HEADER_BYNUMBER  703
  33. #define MSG_NEWS_HEADER_CURRENT   704
  34. #define MSG_NEWS_HEADER_NEXT      705
  35. #define MSG_NEWS_HEADER_LAST      706
  36. #define MSG_NEWS_ARTICLE_BYNUMBER 707
  37. #define MSG_NEWS_ARTICLE_CURRENT  708
  38. #define MSG_NEWS_ARTICLE_NEXT     709
  39. #define MSG_NEWS_ARTICLE_LAST     710
  40. #define MSG_NEWS_POST          711
  41. #define MSG_NEWS_QUIT          712
  42.  
  43.